home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM18 / TFORM18.txt
Text File  |  2000-07-30  |  10KB  |  391 lines

  1. object Form18: TForm18
  2.   Left = 334
  3.   Top = 68
  4.   Width = 649
  5.   Height = 651
  6.   Caption = 'Enhancement/Filter Application'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   OnDeactivate = FormDeactivate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 114
  20.     Top = 10
  21.     Width = 423
  22.     Height = 16
  23.     Caption = 
  24.       'The filter you have designed can be applied in the following way' +
  25.       's:'
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -13
  29.     Font.Name = 'Arial'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.   end
  33.   object GroupBox1: TGroupBox
  34.     Left = 158
  35.     Top = 30
  36.     Width = 336
  37.     Height = 80
  38.     Caption = 'Scope'
  39.     TabOrder = 0
  40.     object RadioButton1: TRadioButton
  41.       Left = 30
  42.       Top = 20
  43.       Width = 296
  44.       Height = 21
  45.       Caption = 'Apply the filter to the CURRENT image only'
  46.       Checked = True
  47.       TabOrder = 0
  48.       TabStop = True
  49.     end
  50.     object RadioButton2: TRadioButton
  51.       Left = 30
  52.       Top = 49
  53.       Width = 276
  54.       Height = 21
  55.       Caption = 'Apply the filter to ALL images in the queue'
  56.       TabOrder = 1
  57.     end
  58.   end
  59.   object GroupBox2: TGroupBox
  60.     Left = 8
  61.     Top = 118
  62.     Width = 617
  63.     Height = 427
  64.     Caption = 'Filter Application'
  65.     TabOrder = 1
  66.     object Label2: TLabel
  67.       Left = 52
  68.       Top = 49
  69.       Width = 543
  70.       Height = 16
  71.       Caption = 
  72.         'Filter parameters will be saved in the same directory as the ori' +
  73.         'ginal image(s).  Qimage Pro will'
  74.     end
  75.     object Label3: TLabel
  76.       Left = 52
  77.       Top = 69
  78.       Width = 539
  79.       Height = 16
  80.       Caption = 
  81.         'then use the associated filter whenever the original (unmodified' +
  82.         ') image is opened.  This option'
  83.     end
  84.     object Label4: TLabel
  85.       Left = 52
  86.       Top = 89
  87.       Width = 511
  88.       Height = 16
  89.       Caption = 
  90.         'is useful because it allows you to retain the original/unmodifie' +
  91.         'd image without resaving or'
  92.     end
  93.     object Label5: TLabel
  94.       Left = 52
  95.       Top = 108
  96.       Width = 500
  97.       Height = 16
  98.       Caption = 
  99.         're-compressing.  Qimage Pro will apply the associated filter pri' +
  100.         'or to displaying/printing.'
  101.     end
  102.     object Label6: TLabel
  103.       Left = 52
  104.       Top = 177
  105.       Width = 396
  106.       Height = 16
  107.       Caption = 
  108.         'Save the modified image(s) using the same filename with a {Q} pr' +
  109.         'efix'
  110.     end
  111.     object Label8: TLabel
  112.       Left = 52
  113.       Top = 128
  114.       Width = 512
  115.       Height = 16
  116.       Caption = 
  117.         'Note: neutral filter selected: Press Ok to delete associative fi' +
  118.         'lters (.flt files)'
  119.       Font.Charset = DEFAULT_CHARSET
  120.       Font.Color = clRed
  121.       Font.Height = -15
  122.       Font.Name = 'MS Sans Serif'
  123.       Font.Style = [fsBold]
  124.       ParentFont = False
  125.     end
  126.     object Label9: TLabel
  127.       Left = 52
  128.       Top = 381
  129.       Width = 541
  130.       Height = 16
  131.       Caption = 
  132.         'Filter parameters will be applied globally to all images rather ' +
  133.         'than applied to individual images.'
  134.     end
  135.     object Label11: TLabel
  136.       Left = 52
  137.       Top = 401
  138.       Width = 468
  139.       Height = 16
  140.       Caption = 
  141.         'To turn the global filter on/off, click "Options", "Global Filte' +
  142.         'r" from the main menu.'
  143.     end
  144.     object RadioButton3: TRadioButton
  145.       Left = 30
  146.       Top = 30
  147.       Width = 89
  148.       Height = 20
  149.       Caption = 'Associate'
  150.       Checked = True
  151.       TabOrder = 0
  152.       TabStop = True
  153.       OnClick = RadioButton3Click
  154.     end
  155.     object RadioButton4: TRadioButton
  156.       Left = 30
  157.       Top = 158
  158.       Width = 139
  159.       Height = 20
  160.       Caption = 'Create new images'
  161.       TabOrder = 1
  162.       OnClick = RadioButton4Click
  163.     end
  164.     object GroupBox3: TGroupBox
  165.       Left = 52
  166.       Top = 197
  167.       Width = 485
  168.       Height = 160
  169.       Caption = 'Save as:'
  170.       TabOrder = 2
  171.       object Label7: TLabel
  172.         Left = 189
  173.         Top = 21
  174.         Width = 229
  175.         Height = 16
  176.         Caption = 'JPG quality (0-100), 100 is best quality:'
  177.       end
  178.       object Label16: TLabel
  179.         Left = 14
  180.         Top = 88
  181.         Width = 78
  182.         Height = 16
  183.         Caption = 'Output folder:'
  184.       end
  185.       object Label17: TLabel
  186.         Left = 24
  187.         Top = 112
  188.         Width = 441
  189.         Height = 16
  190.         Caption = 
  191.           'Leave output folder blank to store new images in the same folder' +
  192.           ' as originals'
  193.       end
  194.       object RadioButton5: TRadioButton
  195.         Left = 10
  196.         Top = 20
  197.         Width = 159
  198.         Height = 21
  199.         Caption = 'JPG (some quality loss)'
  200.         Checked = True
  201.         Enabled = False
  202.         TabOrder = 0
  203.         TabStop = True
  204.       end
  205.       object RadioButton6: TRadioButton
  206.         Left = 10
  207.         Top = 39
  208.         Width = 139
  209.         Height = 21
  210.         Caption = 'TIF (lossless)'
  211.         Enabled = False
  212.         TabOrder = 1
  213.       end
  214.       object Edit1: TEdit
  215.         Left = 423
  216.         Top = 12
  217.         Width = 51
  218.         Height = 24
  219.         Enabled = False
  220.         TabOrder = 2
  221.         Text = '90'
  222.       end
  223.       object RadioButton10: TRadioButton
  224.         Left = 10
  225.         Top = 59
  226.         Width = 139
  227.         Height = 21
  228.         Caption = 'BMP (lossless)'
  229.         TabOrder = 3
  230.       end
  231.       object RadioButton12: TRadioButton
  232.         Left = 189
  233.         Top = 59
  234.         Width = 139
  235.         Height = 21
  236.         Caption = 'GIF (256 color)'
  237.         TabOrder = 4
  238.       end
  239.       object Edit2: TEdit
  240.         Left = 96
  241.         Top = 80
  242.         Width = 297
  243.         Height = 24
  244.         TabOrder = 5
  245.       end
  246.       object BitBtn3: TBitBtn
  247.         Left = 396
  248.         Top = 80
  249.         Width = 80
  250.         Height = 25
  251.         Caption = 'Browse'
  252.         TabOrder = 6
  253.         OnClick = BitBtn3Click
  254.         Glyph.Data = {
  255.           76010000424D7601000000000000760000002800000020000000100000000100
  256.           04000000000000010000120B0000120B00001000000000000000000000000000
  257.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  258.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  259.           333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  260.           300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  261.           333337F373F773333333303330033333333337F3377333333333303333333333
  262.           333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  263.           333337777F337F33333330330BB00333333337F373F773333333303330033333
  264.           333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  265.           333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  266.           333373F773333333333330033333333333333773333333333333}
  267.         NumGlyphs = 2
  268.       end
  269.       object CheckBox1: TCheckBox
  270.         Left = 10
  271.         Top = 136
  272.         Width = 361
  273.         Height = 17
  274.         Hint = 
  275.           'If this box is checked, Qimage Pro will save filtered/converted ' +
  276.           'images with the same filename as originals unless the destinatio' +
  277.           'n already exists.  This will allow conversion from one format to' +
  278.           ' another without using the {Q} prefix.'
  279.         Caption = 'Only use the {Q} prefix when destination file already exists'
  280.         ParentShowHint = False
  281.         ShowHint = True
  282.         TabOrder = 7
  283.       end
  284.     end
  285.     object RadioButton7: TRadioButton
  286.       Left = 30
  287.       Top = 362
  288.       Width = 99
  289.       Height = 20
  290.       Caption = 'Global Filter'
  291.       TabOrder = 3
  292.     end
  293.   end
  294.   object BitBtn1: TBitBtn
  295.     Left = 187
  296.     Top = 556
  297.     Width = 70
  298.     Height = 31
  299.     Caption = 'Ok'
  300.     TabOrder = 2
  301.     OnClick = BitBtn1Click
  302.     Kind = bkOK
  303.   end
  304.   object BitBtn2: TBitBtn
  305.     Left = 364
  306.     Top = 556
  307.     Width = 90
  308.     Height = 31
  309.     TabOrder = 3
  310.     OnClick = BitBtn2Click
  311.     Kind = bkCancel
  312.   end
  313.   object StatusBar1: TStatusBar
  314.     Left = 0
  315.     Top = 595
  316.     Width = 641
  317.     Height = 24
  318.     Panels = <
  319.       item
  320.         Width = 50
  321.       end
  322.       item
  323.         Width = 50
  324.       end>
  325.     SimplePanel = False
  326.   end
  327.   object GroupBox4: TGroupBox
  328.     Left = 8
  329.     Top = 118
  330.     Width = 617
  331.     Height = 159
  332.     Caption = 'File Save Options'
  333.     TabOrder = 5
  334.     Visible = False
  335.     object Label12: TLabel
  336.       Left = 52
  337.       Top = 39
  338.       Width = 534
  339.       Height = 16
  340.       Caption = 
  341.         'Leave originals intact and create new images.  Transformed image' +
  342.         's will have the same name'
  343.     end
  344.     object Label13: TLabel
  345.       Left = 52
  346.       Top = 59
  347.       Width = 239
  348.       Height = 16
  349.       Caption = 'as originals but will contain the {Q} prefix.'
  350.     end
  351.     object Label14: TLabel
  352.       Left = 52
  353.       Top = 108
  354.       Width = 323
  355.       Height = 16
  356.       Caption = 'Overwrite the original image with the transformed image.'
  357.     end
  358.     object Label15: TLabel
  359.       Left = 52
  360.       Top = 128
  361.       Width = 332
  362.       Height = 16
  363.       Caption = 'Recovery of the original is NOT possible with this option.'
  364.       Font.Charset = DEFAULT_CHARSET
  365.       Font.Color = clRed
  366.       Font.Height = -15
  367.       Font.Name = 'MS Sans Serif'
  368.       Font.Style = []
  369.       ParentFont = False
  370.     end
  371.     object RadioButton8: TRadioButton
  372.       Left = 30
  373.       Top = 20
  374.       Width = 139
  375.       Height = 21
  376.       Caption = 'Create new images'
  377.       Checked = True
  378.       TabOrder = 0
  379.       TabStop = True
  380.     end
  381.     object RadioButton9: TRadioButton
  382.       Left = 30
  383.       Top = 89
  384.       Width = 139
  385.       Height = 21
  386.       Caption = 'Overwrite originals'
  387.       TabOrder = 1
  388.     end
  389.   end
  390. end
  391.